home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / nemo03.zip / NEMO-OS2.MNU < prev    next >
Text File  |  1994-06-22  |  744b  |  39 lines

  1. ' Sample user menu for Captain Nemo
  2. ' The main menu should be in the root directory of
  3. ' the disk containing the nemo.exe binary.
  4. ' $Id: nemo-os2.mnu 1.9 93/11/02 06:35:59 ROOT_DOS Exp Locker: ROOT_DOS $
  5.  
  6. F1:    DOS
  7.     startd /DOS /FS /SF F:\bin\startd.ini command /e:640
  8.  
  9. F2:    Norton Commander
  10.     startd /DOS /FS /SF F:\bin\startd.ini c:\dos\bin\nk.bat
  11.  
  12. F3:    Turbo C
  13.     startd /SF F:\bin\startd.ini c:\tc\tc
  14.  
  15. F5:    Fullscreen OS/2
  16.     start /FS
  17.  
  18. F6:    Borland C++ for OS/2
  19.     start /F bc
  20.  
  21. F7:    Workplace Shell
  22.     start /F pmshell
  23.  
  24. F8:    WIN-OS/2 fullscreen
  25.     start /F /C win progman
  26.  
  27. F10:    Fork
  28.     start /F /FS /C E:\nemo\nemo4-2
  29.  
  30. F11:    Volume control
  31.     start /F ampm
  32.  
  33. O:    OS/2 boot
  34.     echo Y | boot /os2
  35.  
  36. D:    DOS boot
  37.     echo Y | boot /dos
  38.  
  39.